home *** CD-ROM | disk | FTP | other *** search
/ Immoral Angel 1 / Immoral Angel 1.iso / pc / program / title.dxr / 00049_front,up.ls < prev    next >
Encoding:
Text File  |  1997-07-11  |  221 b   |  13 lines

  1. on mouseDown
  2.   global packagenum, whichside
  3.   if button() then
  4.     if whichside = "front" then
  5.       nothing()
  6.     else
  7.       if whichside = "back" then
  8.         go(string(packagenum))
  9.       end if
  10.     end if
  11.   end if
  12. end
  13.